InputText
Inserts text into the document.
Syntax
expression.InputText(text, textReplace);
expression
- A variable that represents a Api class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
text | Required | string | A string value that specifies the text to be inserted into the document. | |
textReplace | Required | string | A string value that specifies the text to be replaced with a new text. |
Returns
This method doesn't return any data.